home *** CD-ROM | disk | FTP | other *** search
/ Easy Baby Massage / Easy Baby Massage.iso / pc / content / main.dcr / Internal_98_setFlvFile.ls < prev    next >
Encoding:
Text File  |  2007-04-22  |  134 b   |  11 lines

  1. property pself
  2. global flvfile
  3.  
  4. on beginSprite
  5.   pself = sprite(the currentSpriteNum)
  6. end
  7.  
  8. on setflvfile
  9.   pself.setvideo(flvfile)
  10. end
  11.